From c5381f1f87c7a7ca0f5025195266e0a0e67443a2 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 20 Mar 2005 14:26:37 +0000 Subject: [PATCH] Fixed comment --- includes/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Database.php b/includes/Database.php index 64004f6181..a43f5b0a12 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -1121,7 +1121,7 @@ class Database { } /** - * @return string Always return 'LOW_PRIORITY' + * @return string Returns the text of the low priority option if it is supported, or a blank string otherwise */ function lowPriorityOption() { return 'LOW_PRIORITY'; -- 2.20.1